home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / penguinpass.swf / scripts / frame_16 / PlaceObject2_186_1905 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-03-17  |  201b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    r = random(350);
  3.    if(r == 2 && thrown == false && _root.completed == false && dead == false)
  4.    {
  5.       thrown = true;
  6.       _root.ep.gotoAndPlay("throw");
  7.    }
  8. }
  9.